EMT Practice Test

1. Question Content...


Question List

Question1: Which of the following is unique about SAP's approach to Al?

Question2: Which of the following are features of the SAP AI Foundation? Note: There are 2 correct answers to this question.

Question3: What are some components of the training pipeline in SAP AI Core? Note: There are 2 correct answers to this question.

Question4: Which of the following is a principle of effective prompt engineering?

Question5: Where can you configure language models in generative Al hub?

Question6: Which of the following are grounding principles included in SAP's AI Ethics framework? Note: There are 3 correct answers to this question.

Question7: Which of the following are functionalities provided by the generative-Al-hub-SDK ? Note: There are 2 correct answers to this question.

Question8: What capabilities does the Exploration and Development feature of the generative Al hub provide? Note:
There are 2 correct answers to this question.

Question9: What contract type does SAP offer for Al ecosystem partner solutions?

Question10: What are some use cases for fine-tuning of a model? Note: There are 2 correct answers to this question.

Question11: Why would a user include formatting instructions within a prompt?

Question12: Which neural network architecture is primarily used by LLMs?

Question13: Which of the following capabilities does the generative Al hub provide to developers? Note: There are 2 correct answers to this question.

Question14: You want to extract useful information from customer emails to augment existing applications in your company.
How can you use generative-ai-hub-sdk in this context?

Question15: How can few-shot learning enhance LLM performance?

Question16: Which of the following is unique about SAP's approach to Al?

Question17: How can Joule improve workforce productivity? Note: There are 2 correct answers to this question.

Question18: You want to assign urgency and sentiment categories to a large number of customer emails. You want to get a valid json string output for creating custom applications. You decide to develop a prompt for the same using generative Al hub.
What is the main purpose of the following code in this context?
prompt_test = """Your task is to extract and categorize messages. Here are some examples:
{{?technique_examples}}
Use the examples when extract and categorize the following message:
{{?input}}
Extract and return a json with the following keys and values:
-"urgency" as one of {{?urgency}}
-"sentiment" as one of {{?sentiment}}
"categories" list of the best matching support category tags from: {{?categories}} Your complete message should be a valid json string that can be read directly and only contains the keys mentioned in t import random random.seed(42) k = 3 examples random. sample (dev_set, k) example_template = """<example> {example_input} examples
'\n---\n'.join([example_template.format(example_input=example ["message"], example_output=json.dumps (example[ f_test = partial (send_request, prompt=prompt_test, technique_examples examples, **option_lists) response = f_test(input=mail["message"])

Question19: What is Machine Learning (ML)?

Question20: How does SAP ensure the enterprise-readiness of its Al solutions?

Question21: What is the goal of prompt engineering?

Question22: What are some SAP recommendations to evaluate pricing and rate information of model usage within SAP's generative Al hub?
Note: There are 2 correct answers to this question.

Question23: How does the Al API support SAP AI scenarios? Note: There are 2 correct answers to this question.

Question24: How do resource groups in SAP AI Core improve the management of machine learning workloads? Note:
There are 2 correct answers to this question.

Question25: What is a Large Language Model (LLM)?

Question26: Which statement best describes the Chain-of-Thought (COT) prompting technique?

Question27: What are some advantages of using agents in training models? Note: There are 2 correct answers to this question.

Question28: What is a significant risk associated with using LLMs?